projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c33dc1
)
* keymap.c (where_is_internal): Scan provided keymaps for command
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 1 Apr 2007 15:42:39 +0000
(15:42 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 1 Apr 2007 15:42:39 +0000
(15:42 +0000)
remappings rather than calling Fcommand_remapping.
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 0ced88eb33214902295c7805b18bc917d01adfaa..879610b932dea98c1c41f40aa5b48ef09b885e9a 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2007-04-01 Chong Yidong <cyd@stupidchicken.com>
+
+ * keymap.c (where_is_internal): Scan provided keymaps for command
+ remappings rather than calling Fcommand_remapping.
+
2007-03-31 Eli Zaretskii <eliz@gnu.org>
* window.c (Fget_lru_window): Doc fix.